home *** CD-ROM | disk | FTP | other *** search
- _root.tipercent = MainProgress + "%";
- _root.testAnime.gotoAndStop(MainProgress);
- if(ShowSec)
- {
- _root.anfpercent = SecProgress + "%";
- _root.testAnime2.gotoAndStop(SecProgress);
- }
- else
- {
- _root.anfpercent = "";
- _root.testAnime2.gotoAndStop(1);
- }
-